- execution of a function
- Программирование: выполнение функции
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
function — (n.) 1530s, proper work or purpose, from M.Fr. fonction (16c.) and directly from L. functionem (nom. functio) performance, execution, noun of action from functus, pp. of fungi perform, execute, discharge, from PIE root *bheug (2) to use, enjoy… … Etymology dictionary
function — /fungk sheuhn/, n. 1. the kind of action or activity proper to a person, thing, or institution; the purpose for which something is designed or exists; role. 2. any ceremonious public or social gathering or occasion. 3. a factor related to or… … Universalium
function — func•tion [[t]ˈfʌŋk ʃən[/t]] n. 1) the kind of action or activity proper to a person, thing, or institution; the purpose for which something is designed or exists; role 2) any ceremonious public or social gathering or occasion 3) a factor related … From formal English to slang
function — n. 1. Performance, execution, discharge, exercise. 2. Office, duty, business, employment, occupation, part, province. 3. (Math.) Dependent, derivative, value derived. 4. (Math.) Law of derivation, form of function, form … New dictionary of synonyms
Differential execution — refers to a method of executing a computer subroutine (See control flow) in such a way that differences from prior executions can be detected and acted upon. If the subroutine is one that walks through a data structure, differential execution can … Wikipedia
Main function — See also: Entry point In many programming languages, the main function is where a program starts execution. It is responsible for the high level organization of the program s functionality, and typically has access to the command arguments given… … Wikipedia
Compile time function execution — (or compile time function evaluation, CTFE) is the ability of a compiler, that would normally compile a function to machine code and execute it at run time, to execute the function at compile time. This is possible if the arguments to the… … Wikipedia
First-class function — In computer science, a programming language is said to support first class functions (or function literal) if it treats functions as first class objects. Specifically, this means that the language supports constructing new functions during the… … Wikipedia
Main function (programming) — In some programming languages, the main function is where a program starts execution. It is generally the first user written function run when a program starts (some system specific software generally runs before the main function), though some… … Wikipedia
Data Execution Prevention — (DEP) is a security feature included in modern operating systems. It is known to be available in Linux, Mac OS X, and Microsoft Windows operating systems and is intended to prevent an application or service from executing code from a non… … Wikipedia
Pure function — In computer programming, a function may be described as pure if both these statements about the function hold: # The function always evaluates the same result value given the same argument value(s). The function result value cannot depend on any… … Wikipedia